Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Markers


Q3Marker_GetPosition

You can use the Q3Marker_GetPosition function to get the position of a marker.

TQ3Status Q3Marker_GetPosition (
TQ3GeometryObject marker, 
TQ3Point3D *location);
marker
A marker.
location
On exit, the location of the specified marker.
DESCRIPTION
The Q3Marker_GetPosition function returns, in the location parameter, the location of the marker specified by the marker parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996